import { Image, View } from '@aws-amplify/ui-react'; ```kotlin val authenticatorState = rememberAuthenticatorState( initialStep = AuthenticatorStep.SignUp // Type checking ensures you can only pass SignIn, SignUp, and ResetPassword here ) Authenticator(state = authenticatorState) { // ... } ``` Sign up with Amplify Android Authenticator